home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Shareware World / Utilities / Text Processing / QuickNote 1.1 / QuickNote Documentation / QuickNote Documentation.rsrc / TEXT_137.txt < prev    next >
Text File  |  1997-06-23  |  4KB  |  72 lines

  1. PlugIns:
  2.  
  3. Below is a list of the PlugIns that initially come with QuickNote and what they do.  PlugIns only work on the current text selected.
  4.  
  5. ‚Ä¢ Capitalize Sentences
  6.    Will capitalize the first letter of the first word of each sentence.
  7.  
  8. ‚Ä¢ Capitalize Words
  9.    Will Capitalize The First Letter Of Each Word.
  10.  
  11. ‚Ä¢ Convert %Hex [e.g., %09 = Tab]
  12.    This will convert any hex symbols (e.g., ‚Äú%09‚Äù, ‚Äú%0D‚Äù, ‚Äú%0A‚Äù, etc.) into the appropriate character (e.g., ‚Äú%09‚Äù = the tab character, ‚Äú%0D‚Äù = the return character, ‚Äú%0A‚Äù = the linefeed character).  This is useful if you receive MIME encoded email which will convert certain characters into the hex symbols.
  13.  
  14. ‚Ä¢ Convert CRs to CR/LFs
  15.    Will convert every CR (the return character) into a CR/LF (return/line feed) character combination for system such as DOS that use the CR/LF in text files.
  16.  
  17. ‚Ä¢ Convert CRs to LFs
  18.    Will convert every CR (the return character) into a LF (line feed) character for system such as DOS that use line feeds in text files.
  19.  
  20. ‚Ä¢ Convert LFs to CRs
  21.    Will convert every LF (line feed) into a CR (the return character) character for converting text from systems such as DOS that use line feeds in text files.
  22.  
  23. ‚Ä¢ Convert spaces to 1 space
  24.    Will convert multiple spaces into one space.
  25.  
  26. ‚Ä¢ Make lowercase
  27.    Will convert selected text to all lowercase.
  28.  
  29. ‚Ä¢ Make Smart Quotes
  30.    Will convert any " or ' characters into a ‚Äú‚Äù or ‚Äò‚Äô character.
  31.  
  32. ‚Ä¢ Make Smart Quotes Dumb
  33.    Will convert any ‚Äú‚Äù or ‚Äò‚Äô characters into a " or ' character.
  34.  
  35. ‚Ä¢ Make UPPERCASE
  36.    Will convert selected text to all UPPERCASE.
  37.  
  38. ‚Ä¢ Phone Letters to Numbers
  39.       Will convert any uppercase characters into numbers for phone dialing (e.g., 1-800-CALL-MEE will be converted to 1-800-2255-633).
  40.  
  41. ‚Ä¢ Phone Number Dialer
  42.    This will produce tones that can actually dial a phone number for you using the internal speaker of your Macintosh (or external speakers if you have any).  You must hold the mouth piece of your phone close to the speaker of your Macintosh to be able to use this feature.  A phone number will dial only if the first character selected is a number.  Also, the comma character will pause dialing for one second.
  43.  
  44. ‚Ä¢ Strip <html tags>
  45.    This is useful if you receive email and your email program does not know how to display html tags sometimes sent via email.  Basically, it removes any text between and including the < and > characters.  Here‚Äôs an example:
  46.  
  47. ‚Äú<HTML><PRE><BODY BGCOLOR="#000000"><FONT COLOR="#00FFFF" SIZE=3>
  48. Hello!  How are you today?
  49. </FONT><FONT  COLOR="#000000" SIZE=3>‚Äù
  50.  
  51. after selecting the text above, and running the Strip <html tags> on it you would get this:
  52.  
  53. “
  54. Hello!  How are you today?
  55. ”
  56.  
  57. ‚Ä¢ Strip Control Characters
  58.    Will remove any characters with an ASCII value less than 32 (except for tabs, returns and form feeds).
  59.  
  60. ‚Ä¢ Strip CR/LFs
  61.    Will remove any line feed characters and will then follow the same rules as Strip CRs (defined below).
  62.  
  63. ‚Ä¢ Strip CRs
  64.    Will remove the return characters and replace them with spaces only if the next line after a CR does not begin with a space or tab character (and if there are at least 40 characters in the line before the CR).  You can change the Minimum Line Length from 40 to whatever you like if you hold down the option key while selecting this PlugIn. 
  65.  
  66. ‚Ä¢ Strip Leading Spaces
  67.    Will remove any spaces from the beginnings of any lines in the selected text.
  68.  
  69. ‚Ä¢ Strip LFs
  70.    Will remove any line feed characters from the selected text.
  71.  
  72.